Html Css Color HEX #67D9DA Turquoise Blue

📋 copy color: '#67D9DA'

red 103 ◦ green 217 ◦ blue 218

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

Shades of Turquoise Blue #67D9DA

Tints of Turquoise Blue #67D9DA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 19.14%
G = 40.33%
B = 40.52%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67D9DA (or 0x67D9DA) is known color: Turquoise Blue. HEX triplet: 67, D9 and DA. RGB value is (103,217,218). Sum of RGB (Red+Green+Blue) = 103+217+218=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #67D9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9DA is #982625. Grayscale: #B6B6B6. Windows color (decimal): -9971238 or 14342503. OLE color: 14342503.

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

Color convert

RGB 103 217 218 -
CMYK 0.53 0.00 0 0.15
HSL 180.52º 0.61% 0.63% -
HSV(B) 180.52º 0.53% 0.85% -
XYZ 43.06 57.57 75.17 -
YUV 183.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 103 217 218 0.53 0.00 0 0.15 180.52 0.61 0.63
Hex 67 D9 DA 35 0 0 F B5 3D 3F
Octal 147 331 332 65 0 0 17 265 75 77
Binary 1100111 11011001 11011010 110101 0 0 1111 10110101 111101 111111

Color Harmonies of #67D9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D9DA

Black with #67D9DA

Text Example


Text Example

White with #67D9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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