Html Css Color HEX #38EDD0 Turquoise

📋 copy color: '#38EDD0'

red 56 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #38EDD0

Tints of Turquoise #38EDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 11.18%
G = 47.31%
B = 41.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#38EDD0 (or 0x38EDD0) is known color: Turquoise. HEX triplet: 38, ED and D0. RGB value is (56,237,208). Sum of RGB (Red+Green+Blue) = 56+237+208=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDD0 is #C7122F. Grayscale: #B3B3B3. Windows color (decimal): -13046320 or 13692216. OLE color: 13692216.

HSL color Cylindrical-coordinate representation of color #38EDD0: hue angle of 170.39º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EDD0 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 208 -
CMYK 0.76 0 0.12 0.07
HSL 170.39º 0.83% 0.57% -
HSV(B) 170.39º 0.76% 0.93% -
XYZ 43.3 65.96 70.12 -
YUV 179.58 144.03 39.86 -
System Red Green Blue C M Y K H S L
Decimal 56 237 208 0.76 0 0.12 0.07 170.39 0.83 0.57
Hex 38 ED D0 4C 0 C 7 AA 53 39
Octal 70 355 320 114 0 14 7 252 123 71
Binary 111000 11101101 11010000 1001100 0 1100 111 10101010 1010011 111001

Color Harmonies of #38EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EDD0

Black with #38EDD0

Text Example


Text Example

White with #38EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,237,208); }

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

background-color css

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

 a { background-color: rgb(56,237,208); }

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

border-color css

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

 span { border-color: rgb(56,237,208); }

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