Html Css Color HEX #38E8CF Turquoise

📋 copy color: '#38E8CF'

red 56 ◦ green 232 ◦ blue 207

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

Shades of Turquoise #38E8CF

Tints of Turquoise #38E8CF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.87%

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 11.31%
G = 46.87%
B = 41.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#38E8CF (or 0x38E8CF) is known color: Turquoise. HEX triplet: 38, E8 and CF. RGB value is (56,232,207). Sum of RGB (Red+Green+Blue) = 56+232+207=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #38E8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E8CF is #C71730. Grayscale: #B0B0B0. Windows color (decimal): -13047601 or 13625400. OLE color: 13625400.

HSL color Cylindrical-coordinate representation of color #38E8CF: hue angle of 171.48º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E8CF is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 207 -
CMYK 0.76 0 0.11 0.09
HSL 171.48º 0.79% 0.56% -
HSV(B) 171.48º 0.76% 0.91% -
XYZ 41.75 63.06 69 -
YUV 176.53 145.19 42.03 -
System Red Green Blue C M Y K H S L
Decimal 56 232 207 0.76 0 0.11 0.09 171.48 0.79 0.56
Hex 38 E8 CF 4C 0 B 9 AB 4F 38
Octal 70 350 317 114 0 13 11 253 117 70
Binary 111000 11101000 11001111 1001100 0 1011 1001 10101011 1001111 111000

Color Harmonies of #38E8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E8CF

Black with #38E8CF

Text Example


Text Example

White with #38E8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,207); }

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

background-color css

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

 a { background-color: rgb(56,232,207); }

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

border-color css

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

 span { border-color: rgb(56,232,207); }

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