Html Css Color HEX #38E0D7 Turquoise

📋 copy color: '#38E0D7'

red 56 ◦ green 224 ◦ blue 215

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

Shades of Turquoise #38E0D7

Tints of Turquoise #38E0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 11.31%
G = 45.25%
B = 43.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#38E0D7 (or 0x38E0D7) is known color: Turquoise. HEX triplet: 38, E0 and D7. RGB value is (56,224,215). Sum of RGB (Red+Green+Blue) = 56+224+215=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0D7 is #C71F28. Grayscale: #ACACAC. Windows color (decimal): -13049641 or 14147640. OLE color: 14147640.

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

Color convert

RGB 56 224 215 -
CMYK 0.75 0 0.04 0.12
HSL 176.79º 0.73% 0.55% -
HSV(B) 176.79º 0.75% 0.88% -
XYZ 40.55 59.06 73.55 -
YUV 172.74 151.84 44.73 -
System Red Green Blue C M Y K H S L
Decimal 56 224 215 0.75 0 0.04 0.12 176.79 0.73 0.55
Hex 38 E0 D7 4B 0 4 C B1 49 37
Octal 70 340 327 113 0 4 14 261 111 67
Binary 111000 11100000 11010111 1001011 0 100 1100 10110001 1001001 110111

Color Harmonies of #38E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E0D7

Black with #38E0D7

Text Example


Text Example

White with #38E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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