Html Css Color HEX #67DADC Turquoise Blue

📋 copy color: '#67DADC'

red 103 ◦ green 218 ◦ blue 220

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

Shades of Turquoise Blue #67DADC

Tints of Turquoise Blue #67DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

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

R = 19.04%
G = 40.3%
B = 40.67%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67DADC (or 0x67DADC) is known color: Turquoise Blue. HEX triplet: 67, DA and DC. RGB value is (103,218,220). Sum of RGB (Red+Green+Blue) = 103+218+220=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #67DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DADC is #982523. Grayscale: #B7B7B7. Windows color (decimal): -9970980 or 14473831. OLE color: 14473831.

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

Color convert

RGB 103 218 220 -
CMYK 0.53 0.01 0 0.14
HSL 181.03º 0.63% 0.63% -
HSV(B) 181.03º 0.53% 0.86% -
XYZ 43.58 58.19 76.65 -
YUV 183.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 103 218 220 0.53 0.01 0 0.14 181.03 0.63 0.63
Hex 67 DA DC 35 1 0 E B5 3F 3F
Octal 147 332 334 65 1 0 16 265 77 77
Binary 1100111 11011010 11011100 110101 1 0 1110 10110101 111111 111111

Color Harmonies of #67DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DADC

Black with #67DADC

Text Example


Text Example

White with #67DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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