Html Css Color HEX #67EDDB Turquoise Blue

📋 copy color: '#67EDDB'

red 103 ◦ green 237 ◦ blue 219

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

Shades of Turquoise Blue #67EDDB

Tints of Turquoise Blue #67EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

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

R = 18.43%
G = 42.4%
B = 39.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#67EDDB (or 0x67EDDB) is known color: Turquoise Blue. HEX triplet: 67, ED and DB. RGB value is (103,237,219). Sum of RGB (Red+Green+Blue) = 103+237+219=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EDDB is #981224. Grayscale: #C2C2C2. Windows color (decimal): -9966117 or 14413159. OLE color: 14413159.

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

Color convert

RGB 103 237 219 -
CMYK 0.57 0 0.08 0.07
HSL 171.94º 0.79% 0.67% -
HSV(B) 171.94º 0.57% 0.93% -
XYZ 48.66 68.57 77.69 -
YUV 194.88 141.61 62.46 -
System Red Green Blue C M Y K H S L
Decimal 103 237 219 0.57 0 0.08 0.07 171.94 0.79 0.67
Hex 67 ED DB 39 0 8 7 AC 4F 43
Octal 147 355 333 71 0 10 7 254 117 103
Binary 1100111 11101101 11011011 111001 0 1000 111 10101100 1001111 1000011

Color Harmonies of #67EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EDDB

Black with #67EDDB

Text Example


Text Example

White with #67EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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