Html Css Color HEX #38F2B0 Turquoise

📋 copy color: '#38F2B0'

red 56 ◦ green 242 ◦ blue 176

#38F2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #38F2B0

Tints of Turquoise #38F2B0

RGB

 RED value IS 56 (22.27% from 255) = 11.81%

 GREEN value IS 242 (94.92% from 255) = 51.05%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 11.81%
G = 51.05%
B = 37.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38F2B0 (or 0x38F2B0) is known color: Turquoise. HEX triplet: 38, F2 and B0. RGB value is (56,242,176). Sum of RGB (Red+Green+Blue) = 56+242+176=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F2B0 is #C70D4F. Grayscale: #B2B2B2. Windows color (decimal): -13045072 or 11596344. OLE color: 11596344.

HSL color Cylindrical-coordinate representation of color #38F2B0: hue angle of 158.71º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2B0 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 176 -
CMYK 0.77 0 0.27 0.05
HSL 158.71º 0.88% 0.58% -
HSV(B) 158.71º 0.77% 0.95% -
XYZ 41.22 67.48 51.93 -
YUV 178.86 126.38 40.37 -
System Red Green Blue C M Y K H S L
Decimal 56 242 176 0.77 0 0.27 0.05 158.71 0.88 0.58
Hex 38 F2 B0 4D 0 1B 5 9F 58 3A
Octal 70 362 260 115 0 33 5 237 130 72
Binary 111000 11110010 10110000 1001101 0 11011 101 10011111 1011000 111010

Color Harmonies of #38F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2B0

Black with #38F2B0

Text Example


Text Example

White with #38F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F2B0; }

 p { color: rgb(56,242,176); }

 H1.HeaderClassName
 {
   color: #38F2B0;
 }
 .AnyTagClassName
 {
   color: #38F2B0;
 }
</style>

background-color css

<style>
 a { background-color: #38F2B0; }

 a { background-color: rgb(56,242,176); }

 div.DivClassName
 {
   background-color: #38F2B0;
 }
 .BgClassName
 {
   background-color: #38F2B0;
 }
</style>

border-color css

<style>
 span { border-color: #38F2B0; }

 span { border-color: rgb(56,242,176); }

 td.TdClassName
 {
   border-color: #38F2B0;
 }
 .TagClassName
 {
   border-color: #38F2B0;
 }
</style>