Html Css Color HEX #38E5CD Turquoise

📋 copy color: '#38E5CD'

red 56 ◦ green 229 ◦ blue 205

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

Shades of Turquoise #38E5CD

Tints of Turquoise #38E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.73%

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 11.43%
G = 46.73%
B = 41.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#38E5CD (or 0x38E5CD) is known color: Turquoise. HEX triplet: 38, E5 and CD. RGB value is (56,229,205). Sum of RGB (Red+Green+Blue) = 56+229+205=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E5CD is #C71A32. Grayscale: #AEAEAE. Windows color (decimal): -13048371 or 13493560. OLE color: 13493560.

HSL color Cylindrical-coordinate representation of color #38E5CD: hue angle of 171.68º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5CD is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 205 -
CMYK 0.76 0 0.10 0.10
HSL 171.68º 0.77% 0.56% -
HSV(B) 171.68º 0.76% 0.9% -
XYZ 40.67 61.29 67.44 -
YUV 174.54 145.19 43.45 -
System Red Green Blue C M Y K H S L
Decimal 56 229 205 0.76 0 0.10 0.10 171.68 0.77 0.56
Hex 38 E5 CD 4C 0 A A AC 4D 38
Octal 70 345 315 114 0 12 12 254 115 70
Binary 111000 11100101 11001101 1001100 0 1010 1010 10101100 1001101 111000

Color Harmonies of #38E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E5CD

Black with #38E5CD

Text Example


Text Example

White with #38E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,229,205); }

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

background-color css

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

 a { background-color: rgb(56,229,205); }

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

border-color css

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

 span { border-color: rgb(56,229,205); }

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