Html Css Color HEX #38E7CA Turquoise

📋 copy color: '#38E7CA'

red 56 ◦ green 231 ◦ blue 202

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

Shades of Turquoise #38E7CA

Tints of Turquoise #38E7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.24%

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

R = 11.45%
G = 47.24%
B = 41.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#38E7CA (or 0x38E7CA) is known color: Turquoise. HEX triplet: 38, E7 and CA. RGB value is (56,231,202). Sum of RGB (Red+Green+Blue) = 56+231+202=489 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.45% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #38E7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E7CA is #C71835. Grayscale: #AFAFAF. Windows color (decimal): -13047862 or 13297464. OLE color: 13297464.

HSL color Cylindrical-coordinate representation of color #38E7CA: hue angle of 170.06º degrees, saturation: 0.78, 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 #38E7CA is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 231 202 -
CMYK 0.76 0 0.13 0.09
HSL 170.06º 0.78% 0.56% -
HSV(B) 170.06º 0.76% 0.91% -
XYZ 40.87 62.26 65.74 -
YUV 175.37 143.02 42.86 -
System Red Green Blue C M Y K H S L
Decimal 56 231 202 0.76 0 0.13 0.09 170.06 0.78 0.56
Hex 38 E7 CA 4C 0 D 9 AA 4E 38
Octal 70 347 312 114 0 15 11 252 116 70
Binary 111000 11100111 11001010 1001100 0 1101 1001 10101010 1001110 111000

Color Harmonies of #38E7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E7CA

Black with #38E7CA

Text Example


Text Example

White with #38E7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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