Html Css Color HEX #38E0C8 Turquoise

📋 copy color: '#38E0C8'

red 56 ◦ green 224 ◦ blue 200

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

Shades of Turquoise #38E0C8

Tints of Turquoise #38E0C8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 200 (78.52% from 255) = 41.67%

R = 11.67%
G = 46.67%
B = 41.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#38E0C8 (or 0x38E0C8) is known color: Turquoise. HEX triplet: 38, E0 and C8. RGB value is (56,224,200). Sum of RGB (Red+Green+Blue) = 56+224+200=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0C8 is #C71F37. Grayscale: #AAAAAA. Windows color (decimal): -13049656 or 13164600. OLE color: 13164600.

HSL color Cylindrical-coordinate representation of color #38E0C8: hue angle of 171.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E0C8 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 200 -
CMYK 0.75 0 0.11 0.12
HSL 171.43º 0.73% 0.55% -
HSV(B) 171.43º 0.75% 0.88% -
XYZ 38.71 58.32 63.86 -
YUV 171.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 56 224 200 0.75 0 0.11 0.12 171.43 0.73 0.55
Hex 38 E0 C8 4B 0 B C AB 49 37
Octal 70 340 310 113 0 13 14 253 111 67
Binary 111000 11100000 11001000 1001011 0 1011 1100 10101011 1001001 110111

Color Harmonies of #38E0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E0C8

Black with #38E0C8

Text Example


Text Example

White with #38E0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,224,200); }

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

background-color css

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

 a { background-color: rgb(56,224,200); }

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

border-color css

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

 span { border-color: rgb(56,224,200); }

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