Html Css Color HEX #38E9CF Turquoise

📋 copy color: '#38E9CF'

red 56 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #38E9CF

Tints of Turquoise #38E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

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

R = 11.29%
G = 46.98%
B = 41.73%

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

#38E9CF (or 0x38E9CF) is known color: Turquoise. HEX triplet: 38, E9 and CF. RGB value is (56,233,207). Sum of RGB (Red+Green+Blue) = 56+233+207=496 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.29% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9CF is #C71630. Grayscale: #B1B1B1. Windows color (decimal): -13047345 or 13625656. OLE color: 13625656.

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

Color convert

RGB 56 233 207 -
CMYK 0.76 0 0.11 0.09
HSL 171.19º 0.8% 0.57% -
HSV(B) 171.19º 0.76% 0.91% -
XYZ 42.03 63.62 69.1 -
YUV 177.11 144.86 41.61 -
System Red Green Blue C M Y K H S L
Decimal 56 233 207 0.76 0 0.11 0.09 171.19 0.8 0.57
Hex 38 E9 CF 4C 0 B 9 AB 50 39
Octal 70 351 317 114 0 13 11 253 120 71
Binary 111000 11101001 11001111 1001100 0 1011 1001 10101011 1010000 111001

Color Harmonies of #38E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9CF

Black with #38E9CF

Text Example


Text Example

White with #38E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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