Html Css Color HEX #38EFDC Turquoise

📋 copy color: '#38EFDC'

red 56 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #38EFDC

Tints of Turquoise #38EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.41%

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 10.87%
G = 46.41%
B = 42.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#38EFDC (or 0x38EFDC) is known color: Turquoise. HEX triplet: 38, EF and DC. RGB value is (56,239,220). Sum of RGB (Red+Green+Blue) = 56+239+220=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFDC is #C71023. Grayscale: #B6B6B6. Windows color (decimal): -13045796 or 14479160. OLE color: 14479160.

HSL color Cylindrical-coordinate representation of color #38EFDC: hue angle of 173.77º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EFDC is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 220 -
CMYK 0.77 0 0.08 0.06
HSL 173.77º 0.85% 0.58% -
HSV(B) 173.77º 0.77% 0.94% -
XYZ 45.42 67.74 78.39 -
YUV 182.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 56 239 220 0.77 0 0.08 0.06 173.77 0.85 0.58
Hex 38 EF DC 4D 0 8 6 AE 55 3A
Octal 70 357 334 115 0 10 6 256 125 72
Binary 111000 11101111 11011100 1001101 0 1000 110 10101110 1010101 111010

Color Harmonies of #38EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EFDC

Black with #38EFDC

Text Example


Text Example

White with #38EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,220); }

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

background-color css

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

 a { background-color: rgb(56,239,220); }

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

border-color css

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

 span { border-color: rgb(56,239,220); }

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