Html Css Color HEX #38EFC8 Turquoise

📋 copy color: '#38EFC8'

red 56 ◦ green 239 ◦ blue 200

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

Shades of Turquoise #38EFC8

Tints of Turquoise #38EFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 11.31%
G = 48.28%
B = 40.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#38EFC8 (or 0x38EFC8) is known color: Turquoise. HEX triplet: 38, EF and C8. RGB value is (56,239,200). Sum of RGB (Red+Green+Blue) = 56+239+200=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFC8 is #C71037. Grayscale: #B3B3B3. Windows color (decimal): -13045816 or 13168440. OLE color: 13168440.

HSL color Cylindrical-coordinate representation of color #38EFC8: hue angle of 167.21º 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 #38EFC8 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 200 -
CMYK 0.77 0 0.16 0.06
HSL 167.21º 0.85% 0.58% -
HSV(B) 167.21º 0.77% 0.94% -
XYZ 42.92 66.74 65.26 -
YUV 179.84 139.37 39.67 -
System Red Green Blue C M Y K H S L
Decimal 56 239 200 0.77 0 0.16 0.06 167.21 0.85 0.58
Hex 38 EF C8 4D 0 10 6 A7 55 3A
Octal 70 357 310 115 0 20 6 247 125 72
Binary 111000 11101111 11001000 1001101 0 10000 110 10100111 1010101 111010

Color Harmonies of #38EFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFC8

Black with #38EFC8

Text Example


Text Example

White with #38EFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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