Html Css Color HEX #69DAE6 Turquoise Blue

📋 copy color: '#69DAE6'

red 105 ◦ green 218 ◦ blue 230

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

Shades of Turquoise Blue #69DAE6

Tints of Turquoise Blue #69DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 18.99%
G = 39.42%
B = 41.59%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69DAE6 (or 0x69DAE6) is known color: Turquoise Blue. HEX triplet: 69, DA and E6. RGB value is (105,218,230). Sum of RGB (Red+Green+Blue) = 105+218+230=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #69DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DAE6 is #962519. Grayscale: #B9B9B9. Windows color (decimal): -9839898 or 15129193. OLE color: 15129193.

HSL color Cylindrical-coordinate representation of color #69DAE6: hue angle of 185.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69DAE6 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 218 230 -
CMYK 0.54 0.05 0 0.10
HSL 185.76º 0.71% 0.66% -
HSV(B) 185.76º 0.54% 0.9% -
XYZ 45.18 58.86 83.84 -
YUV 185.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 105 218 230 0.54 0.05 0 0.10 185.76 0.71 0.66
Hex 69 DA E6 36 5 0 A BA 47 42
Octal 151 332 346 66 5 0 12 272 107 102
Binary 1101001 11011010 11100110 110110 101 0 1010 10111010 1000111 1000010

Color Harmonies of #69DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAE6

Black with #69DAE6

Text Example


Text Example

White with #69DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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