Html Css Color HEX #67DBDC Turquoise Blue

📋 copy color: '#67DBDC'

red 103 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #67DBDC

Tints of Turquoise Blue #67DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

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

R = 19%
G = 40.41%
B = 40.59%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67DBDC (or 0x67DBDC) is known color: Turquoise Blue. HEX triplet: 67, DB and DC. RGB value is (103,219,220). Sum of RGB (Red+Green+Blue) = 103+219+220=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #67DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBDC is #982423. Grayscale: #B8B8B8. Windows color (decimal): -9970724 or 14474087. OLE color: 14474087.

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

Color convert

RGB 103 219 220 -
CMYK 0.53 0.00 0 0.14
HSL 180.51º 0.63% 0.63% -
HSV(B) 180.51º 0.53% 0.86% -
XYZ 43.84 58.71 76.73 -
YUV 184.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 103 219 220 0.53 0.00 0 0.14 180.51 0.63 0.63
Hex 67 DB DC 35 0 0 E B5 3F 3F
Octal 147 333 334 65 0 0 16 265 77 77
Binary 1100111 11011011 11011100 110101 0 0 1110 10110101 111111 111111

Color Harmonies of #67DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DBDC

Black with #67DBDC

Text Example


Text Example

White with #67DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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