Html Css Color HEX #38EAD3 Turquoise

📋 copy color: '#38EAD3'

red 56 ◦ green 234 ◦ blue 211

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

Shades of Turquoise #38EAD3

Tints of Turquoise #38EAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 11.18%
G = 46.71%
B = 42.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#38EAD3 (or 0x38EAD3) is known color: Turquoise. HEX triplet: 38, EA and D3. RGB value is (56,234,211). Sum of RGB (Red+Green+Blue) = 56+234+211=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #38EAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EAD3 is #C7152C. Grayscale: #B2B2B2. Windows color (decimal): -13047085 or 13888056. OLE color: 13888056.

HSL color Cylindrical-coordinate representation of color #38EAD3: hue angle of 172.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EAD3 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 211 -
CMYK 0.76 0 0.10 0.08
HSL 172.25º 0.81% 0.57% -
HSV(B) 172.25º 0.76% 0.92% -
XYZ 42.81 64.39 71.8 -
YUV 178.16 146.53 40.87 -
System Red Green Blue C M Y K H S L
Decimal 56 234 211 0.76 0 0.10 0.08 172.25 0.81 0.57
Hex 38 EA D3 4C 0 A 8 AC 51 39
Octal 70 352 323 114 0 12 10 254 121 71
Binary 111000 11101010 11010011 1001100 0 1010 1000 10101100 1010001 111001

Color Harmonies of #38EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EAD3

Black with #38EAD3

Text Example


Text Example

White with #38EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,234,211); }

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

background-color css

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

 a { background-color: rgb(56,234,211); }

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

border-color css

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

 span { border-color: rgb(56,234,211); }

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