Html Css Color HEX #67DDD5 Turquoise Blue

📋 copy color: '#67DDD5'

red 103 ◦ green 221 ◦ blue 213

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

Shades of Turquoise Blue #67DDD5

Tints of Turquoise Blue #67DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 19.18%
G = 41.15%
B = 39.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#67DDD5 (or 0x67DDD5) is known color: Turquoise Blue. HEX triplet: 67, DD and D5. RGB value is (103,221,213). Sum of RGB (Red+Green+Blue) = 103+221+213=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDD5 is #98222A. Grayscale: #B8B8B8. Windows color (decimal): -9970219 or 14015847. OLE color: 14015847.

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

Color convert

RGB 103 221 213 -
CMYK 0.53 0 0.04 0.13
HSL 175.93º 0.63% 0.64% -
HSV(B) 175.93º 0.53% 0.87% -
XYZ 43.46 59.4 72.13 -
YUV 184.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 103 221 213 0.53 0 0.04 0.13 175.93 0.63 0.64
Hex 67 DD D5 35 0 4 D B0 3F 40
Octal 147 335 325 65 0 4 15 260 77 100
Binary 1100111 11011101 11010101 110101 0 100 1101 10110000 111111 1000000

Color Harmonies of #67DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDD5

Black with #67DDD5

Text Example


Text Example

White with #67DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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