Html Css Color HEX #38E1D1 Turquoise

📋 copy color: '#38E1D1'

red 56 ◦ green 225 ◦ blue 209

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

Shades of Turquoise #38E1D1

Tints of Turquoise #38E1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 209 (82.03% from 255) = 42.65%

R = 11.43%
G = 45.92%
B = 42.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#38E1D1 (or 0x38E1D1) is known color: Turquoise. HEX triplet: 38, E1 and D1. RGB value is (56,225,209). Sum of RGB (Red+Green+Blue) = 56+225+209=490 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.43% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #38E1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E1D1 is #C71E2E. Grayscale: #ACACAC. Windows color (decimal): -13049391 or 13754680. OLE color: 13754680.

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

Color convert

RGB 56 225 209 -
CMYK 0.75 0 0.07 0.12
HSL 174.32º 0.74% 0.55% -
HSV(B) 174.32º 0.75% 0.88% -
XYZ 40.06 59.29 69.65 -
YUV 172.65 148.51 44.8 -
System Red Green Blue C M Y K H S L
Decimal 56 225 209 0.75 0 0.07 0.12 174.32 0.74 0.55
Hex 38 E1 D1 4B 0 7 C AE 4A 37
Octal 70 341 321 113 0 7 14 256 112 67
Binary 111000 11100001 11010001 1001011 0 111 1100 10101110 1001010 110111

Color Harmonies of #38E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E1D1

Black with #38E1D1

Text Example


Text Example

White with #38E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,225,209); }

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

background-color css

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

 a { background-color: rgb(56,225,209); }

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

border-color css

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

 span { border-color: rgb(56,225,209); }

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