Html Css Color HEX #67CCDD Turquoise Blue

📋 copy color: '#67CCDD'

red 103 ◦ green 204 ◦ blue 221

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

Shades of Turquoise Blue #67CCDD

Tints of Turquoise Blue #67CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 19.51%
G = 38.64%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67CCDD (or 0x67CCDD) is known color: Turquoise Blue. HEX triplet: 67, CC and DD. RGB value is (103,204,221). Sum of RGB (Red+Green+Blue) = 103+204+221=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #67CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDD is #983322. Grayscale: #AFAFAF. Windows color (decimal): -9974563 or 14535783. OLE color: 14535783.

HSL color Cylindrical-coordinate representation of color #67CCDD: hue angle of 188.64º 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 #67CCDD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 204 221 -
CMYK 0.53 0.08 0 0.13
HSL 188.64º 0.63% 0.64% -
HSV(B) 188.64º 0.53% 0.87% -
XYZ 40.24 51.29 76.19 -
YUV 175.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 103 204 221 0.53 0.08 0 0.13 188.64 0.63 0.64
Hex 67 CC DD 35 8 0 D BD 3F 40
Octal 147 314 335 65 10 0 15 275 77 100
Binary 1100111 11001100 11011101 110101 1000 0 1101 10111101 111111 1000000

Color Harmonies of #67CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCDD

Black with #67CCDD

Text Example


Text Example

White with #67CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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