Html Css Color HEX #67DDDC Turquoise Blue

📋 copy color: '#67DDDC'

red 103 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #67DDDC

Tints of Turquoise Blue #67DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

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

R = 18.93%
G = 40.63%
B = 40.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#67DDDC (or 0x67DDDC) is known color: Turquoise Blue. HEX triplet: 67, DD and DC. RGB value is (103,221,220). Sum of RGB (Red+Green+Blue) = 103+221+220=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDDC is #982223. Grayscale: #B9B9B9. Windows color (decimal): -9970212 or 14474599. OLE color: 14474599.

HSL color Cylindrical-coordinate representation of color #67DDDC: hue angle of 179.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDDC is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 221 220 -
CMYK 0.53 0 0.00 0.13
HSL 179.49º 0.63% 0.64% -
HSV(B) 179.49º 0.53% 0.87% -
XYZ 44.37 59.76 76.91 -
YUV 185.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 103 221 220 0.53 0 0.00 0.13 179.49 0.63 0.64
Hex 67 DD DC 35 0 0 D B3 3F 40
Octal 147 335 334 65 0 0 15 263 77 100
Binary 1100111 11011101 11011100 110101 0 0 1101 10110011 111111 1000000

Color Harmonies of #67DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDDC

Black with #67DDDC

Text Example


Text Example

White with #67DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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