Html Css Color HEX #38E5CA Turquoise

📋 copy color: '#38E5CA'

red 56 ◦ green 229 ◦ blue 202

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

Shades of Turquoise #38E5CA

Tints of Turquoise #38E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 11.5%
G = 47.02%
B = 41.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#38E5CA (or 0x38E5CA) is known color: Turquoise. HEX triplet: 38, E5 and CA. RGB value is (56,229,202). Sum of RGB (Red+Green+Blue) = 56+229+202=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E5CA is #C71A35. Grayscale: #AEAEAE. Windows color (decimal): -13048374 or 13296952. OLE color: 13296952.

HSL color Cylindrical-coordinate representation of color #38E5CA: hue angle of 170.64º 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 #38E5CA is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 202 -
CMYK 0.76 0 0.12 0.10
HSL 170.64º 0.77% 0.56% -
HSV(B) 170.64º 0.76% 0.9% -
XYZ 40.31 61.14 65.55 -
YUV 174.2 143.69 43.7 -
System Red Green Blue C M Y K H S L
Decimal 56 229 202 0.76 0 0.12 0.10 170.64 0.77 0.56
Hex 38 E5 CA 4C 0 C A AB 4D 38
Octal 70 345 312 114 0 14 12 253 115 70
Binary 111000 11100101 11001010 1001100 0 1100 1010 10101011 1001101 111000

Color Harmonies of #38E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E5CA

Black with #38E5CA

Text Example


Text Example

White with #38E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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