Html Css Color HEX #67DADA Turquoise Blue

📋 copy color: '#67DADA'

red 103 ◦ green 218 ◦ blue 218

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

Shades of Turquoise Blue #67DADA

Tints of Turquoise Blue #67DADA

RGB

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

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

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

R = 19.11%
G = 40.45%
B = 40.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67DADA (or 0x67DADA) is known color: Turquoise Blue. HEX triplet: 67, DA and DA. RGB value is (103,218,218). Sum of RGB (Red+Green+Blue) = 103+218+218=539 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.11% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #67DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DADA is #982525. Grayscale: #B7B7B7. Windows color (decimal): -9970982 or 14342759. OLE color: 14342759.

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

Color convert

RGB 103 218 218 -
CMYK 0.53 0 0 0.15
HSL 180º 0.61% 0.63% -
HSV(B) 180º 0.53% 0.85% -
XYZ 43.32 58.09 75.26 -
YUV 183.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 103 218 218 0.53 0 0 0.15 180 0.61 0.63
Hex 67 DA DA 35 0 0 F B4 3D 3F
Octal 147 332 332 65 0 0 17 264 75 77
Binary 1100111 11011010 11011010 110101 0 0 1111 10110100 111101 111111

Color Harmonies of #67DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DADA

Black with #67DADA

Text Example


Text Example

White with #67DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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