Html Css Color HEX #67D5D6 Turquoise Blue

📋 copy color: '#67D5D6'

red 103 ◦ green 213 ◦ blue 214

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

Shades of Turquoise Blue #67D5D6

Tints of Turquoise Blue #67D5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 19.43%
G = 40.19%
B = 40.38%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#67D5D6 (or 0x67D5D6) is known color: Turquoise Blue. HEX triplet: 67, D5 and D6. RGB value is (103,213,214). Sum of RGB (Red+Green+Blue) = 103+213+214=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #67D5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D5D6 is #982A29. Grayscale: #B4B4B4. Windows color (decimal): -9972266 or 14079335. OLE color: 14079335.

HSL color Cylindrical-coordinate representation of color #67D5D6: hue angle of 180.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D5D6 is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 213 214 -
CMYK 0.52 0.00 0 0.16
HSL 180.54º 0.58% 0.62% -
HSV(B) 180.54º 0.52% 0.84% -
XYZ 41.53 55.33 72.11 -
YUV 180.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 103 213 214 0.52 0.00 0 0.16 180.54 0.58 0.62
Hex 67 D5 D6 34 0 0 10 B5 3A 3E
Octal 147 325 326 64 0 0 20 265 72 76
Binary 1100111 11010101 11010110 110100 0 0 10000 10110101 111010 111110

Color Harmonies of #67D5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D5D6

Black with #67D5D6

Text Example


Text Example

White with #67D5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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