Html Css Color HEX #38EFC6 Turquoise

📋 copy color: '#38EFC6'

red 56 ◦ green 239 ◦ blue 198

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

Shades of Turquoise #38EFC6

Tints of Turquoise #38EFC6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 11.36%
G = 48.48%
B = 40.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#38EFC6 (or 0x38EFC6) is known color: Turquoise. HEX triplet: 38, EF and C6. RGB value is (56,239,198). Sum of RGB (Red+Green+Blue) = 56+239+198=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFC6 is #C71039. Grayscale: #B3B3B3. Windows color (decimal): -13045818 or 13037368. OLE color: 13037368.

HSL color Cylindrical-coordinate representation of color #38EFC6: hue angle of 166.56º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFC6 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 198 -
CMYK 0.77 0 0.17 0.06
HSL 166.56º 0.85% 0.58% -
HSV(B) 166.56º 0.77% 0.94% -
XYZ 42.69 66.65 64.04 -
YUV 179.61 138.37 39.83 -
System Red Green Blue C M Y K H S L
Decimal 56 239 198 0.77 0 0.17 0.06 166.56 0.85 0.58
Hex 38 EF C6 4D 0 11 6 A7 55 3A
Octal 70 357 306 115 0 21 6 247 125 72
Binary 111000 11101111 11000110 1001101 0 10001 110 10100111 1010101 111010

Color Harmonies of #38EFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFC6

Black with #38EFC6

Text Example


Text Example

White with #38EFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,198); }

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

background-color css

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

 a { background-color: rgb(56,239,198); }

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

border-color css

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

 span { border-color: rgb(56,239,198); }

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