Html Css Color HEX #69DAD6 Turquoise Blue

📋 copy color: '#69DAD6'

red 105 ◦ green 218 ◦ blue 214

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

Shades of Turquoise Blue #69DAD6

Tints of Turquoise Blue #69DAD6

RGB

 RED value IS 105 (41.41% from 255) = 19.55%

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

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

R = 19.55%
G = 40.6%
B = 39.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#69DAD6 (or 0x69DAD6) is known color: Turquoise Blue. HEX triplet: 69, DA and D6. RGB value is (105,218,214). Sum of RGB (Red+Green+Blue) = 105+218+214=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAD6 is #962529. Grayscale: #B7B7B7. Windows color (decimal): -9839914 or 14080617. OLE color: 14080617.

HSL color Cylindrical-coordinate representation of color #69DAD6: hue angle of 177.88º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAD6 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 214 -
CMYK 0.52 0 0.02 0.15
HSL 177.88º 0.6% 0.63% -
HSV(B) 177.88º 0.52% 0.85% -
XYZ 43.03 58 72.55 -
YUV 183.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 105 218 214 0.52 0 0.02 0.15 177.88 0.6 0.63
Hex 69 DA D6 34 0 2 F B2 3C 3F
Octal 151 332 326 64 0 2 17 262 74 77
Binary 1101001 11011010 11010110 110100 0 10 1111 10110010 111100 111111

Color Harmonies of #69DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAD6

Black with #69DAD6

Text Example


Text Example

White with #69DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69DAD6; }

 p { color: rgb(105,218,214); }

 H1.HeaderClassName
 {
   color: #69DAD6;
 }
 .AnyTagClassName
 {
   color: #69DAD6;
 }
</style>

background-color css

<style>
 a { background-color: #69DAD6; }

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

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

border-color css

<style>
 span { border-color: #69DAD6; }

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

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