Html Css Color HEX #67ECDB Turquoise Blue

📋 copy color: '#67ECDB'

red 103 ◦ green 236 ◦ blue 219

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

Shades of Turquoise Blue #67ECDB

Tints of Turquoise Blue #67ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 18.46%
G = 42.29%
B = 39.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#67ECDB (or 0x67ECDB) is known color: Turquoise Blue. HEX triplet: 67, EC and DB. RGB value is (103,236,219). Sum of RGB (Red+Green+Blue) = 103+236+219=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECDB is #981324. Grayscale: #C2C2C2. Windows color (decimal): -9966373 or 14412903. OLE color: 14412903.

HSL color Cylindrical-coordinate representation of color #67ECDB: hue angle of 172.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ECDB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 236 219 -
CMYK 0.56 0 0.07 0.07
HSL 172.33º 0.78% 0.66% -
HSV(B) 172.33º 0.56% 0.93% -
XYZ 48.38 67.99 77.59 -
YUV 194.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 103 236 219 0.56 0 0.07 0.07 172.33 0.78 0.66
Hex 67 EC DB 38 0 7 7 AC 4E 42
Octal 147 354 333 70 0 7 7 254 116 102
Binary 1100111 11101100 11011011 111000 0 111 111 10101100 1001110 1000010

Color Harmonies of #67ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ECDB

Black with #67ECDB

Text Example


Text Example

White with #67ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,236,219); }

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

background-color css

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

 a { background-color: rgb(103,236,219); }

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

border-color css

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

 span { border-color: rgb(103,236,219); }

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