Html Css Color HEX #38EADD Turquoise

📋 copy color: '#38EADD'

red 56 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #38EADD

Tints of Turquoise #38EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 10.96%
G = 45.79%
B = 43.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#38EADD (or 0x38EADD) is known color: Turquoise. HEX triplet: 38, EA and DD. RGB value is (56,234,221). Sum of RGB (Red+Green+Blue) = 56+234+221=511 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.96% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #38EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EADD is #C71522. Grayscale: #B3B3B3. Windows color (decimal): -13047075 or 14543416. OLE color: 14543416.

HSL color Cylindrical-coordinate representation of color #38EADD: hue angle of 175.62º 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 #38EADD is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 234 221 -
CMYK 0.76 0 0.06 0.08
HSL 175.62º 0.81% 0.57% -
HSV(B) 175.62º 0.76% 0.92% -
XYZ 44.1 64.91 78.61 -
YUV 179.3 151.53 40.06 -
System Red Green Blue C M Y K H S L
Decimal 56 234 221 0.76 0 0.06 0.08 175.62 0.81 0.57
Hex 38 EA DD 4C 0 6 8 B0 51 39
Octal 70 352 335 114 0 6 10 260 121 71
Binary 111000 11101010 11011101 1001100 0 110 1000 10110000 1010001 111001

Color Harmonies of #38EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EADD

Black with #38EADD

Text Example


Text Example

White with #38EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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