Html Css Color HEX #67EDDD Turquoise Blue

📋 copy color: '#67EDDD'

red 103 ◦ green 237 ◦ blue 221

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

Shades of Turquoise Blue #67EDDD

Tints of Turquoise Blue #67EDDD

RGB

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

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

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

R = 18.36%
G = 42.25%
B = 39.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#67EDDD (or 0x67EDDD) is known color: Turquoise Blue. HEX triplet: 67, ED and DD. RGB value is (103,237,221). Sum of RGB (Red+Green+Blue) = 103+237+221=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EDDD is #981222. Grayscale: #C3C3C3. Windows color (decimal): -9966115 or 14544231. OLE color: 14544231.

HSL color Cylindrical-coordinate representation of color #67EDDD: hue angle of 172.84º 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 #67EDDD is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 237 221 -
CMYK 0.57 0 0.07 0.07
HSL 172.84º 0.79% 0.67% -
HSV(B) 172.84º 0.57% 0.93% -
XYZ 48.93 68.67 79.08 -
YUV 195.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 103 237 221 0.57 0 0.07 0.07 172.84 0.79 0.67
Hex 67 ED DD 39 0 7 7 AD 4F 43
Octal 147 355 335 71 0 7 7 255 117 103
Binary 1100111 11101101 11011101 111001 0 111 111 10101101 1001111 1000011

Color Harmonies of #67EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EDDD

Black with #67EDDD

Text Example


Text Example

White with #67EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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