Html Css Color HEX #38ECDD Turquoise

📋 copy color: '#38ECDD'

red 56 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #38ECDD

Tints of Turquoise #38ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 10.92%
G = 46%
B = 43.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#38ECDD (or 0x38ECDD) is known color: Turquoise. HEX triplet: 38, EC and DD. RGB value is (56,236,221). Sum of RGB (Red+Green+Blue) = 56+236+221=513 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.92% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECDD is #C71322. Grayscale: #B4B4B4. Windows color (decimal): -13046563 or 14543928. OLE color: 14543928.

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

Color convert

RGB 56 236 221 -
CMYK 0.76 0 0.06 0.07
HSL 175º 0.83% 0.57% -
HSV(B) 175º 0.76% 0.93% -
XYZ 44.68 66.05 78.8 -
YUV 180.47 150.87 39.22 -
System Red Green Blue C M Y K H S L
Decimal 56 236 221 0.76 0 0.06 0.07 175 0.83 0.57
Hex 38 EC DD 4C 0 6 7 AF 53 39
Octal 70 354 335 114 0 6 7 257 123 71
Binary 111000 11101100 11011101 1001100 0 110 111 10101111 1010011 111001

Color Harmonies of #38ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECDD

Black with #38ECDD

Text Example


Text Example

White with #38ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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