Html Css Color HEX #67EFDC Turquoise Blue

📋 copy color: '#67EFDC'

red 103 ◦ green 239 ◦ blue 220

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

Shades of Turquoise Blue #67EFDC

Tints of Turquoise Blue #67EFDC

RGB

 RED value IS 103 (40.63% from 255) = 18.33%

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

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

R = 18.33%
G = 42.53%
B = 39.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#67EFDC (or 0x67EFDC) is known color: Turquoise Blue. HEX triplet: 67, EF and DC. RGB value is (103,239,220). Sum of RGB (Red+Green+Blue) = 103+239+220=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFDC is #981023. Grayscale: #C4C4C4. Windows color (decimal): -9965604 or 14479207. OLE color: 14479207.

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

Color convert

RGB 103 239 220 -
CMYK 0.57 0 0.08 0.06
HSL 171.62º 0.81% 0.67% -
HSV(B) 171.62º 0.57% 0.94% -
XYZ 49.38 69.78 78.58 -
YUV 196.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 103 239 220 0.57 0 0.08 0.06 171.62 0.81 0.67
Hex 67 EF DC 39 0 8 6 AC 51 43
Octal 147 357 334 71 0 10 6 254 121 103
Binary 1100111 11101111 11011100 111001 0 1000 110 10101100 1010001 1000011

Color Harmonies of #67EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EFDC

Black with #67EFDC

Text Example


Text Example

White with #67EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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