Html Css Color HEX #69DAFF Turquoise Blue

📋 copy color: '#69DAFF'

red 105 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #69DAFF

Tints of Turquoise Blue #69DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 18.17%
G = 37.72%
B = 44.12%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69DAFF (or 0x69DAFF) is known color: Turquoise Blue. HEX triplet: 69, DA and FF. RGB value is (105,218,255). Sum of RGB (Red+Green+Blue) = 105+218+255=578 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.17% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #69DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DAFF is #962500. Grayscale: #BCBCBC. Windows color (decimal): -9839873 or 16767593. OLE color: 16767593.

HSL color Cylindrical-coordinate representation of color #69DAFF: hue angle of 194.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69DAFF is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 218 255 -
CMYK 0.59 0.15 0 0
HSL 194.8º 1% 0.71% -
HSV(B) 194.8º 0.59% 1% -
XYZ 48.95 60.37 103.68 -
YUV 188.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 105 218 255 0.59 0.15 0 0 194.8 1 0.71
Hex 69 DA FF 3B F 0 0 C3 64 47
Octal 151 332 377 73 17 0 0 303 144 107
Binary 1101001 11011010 11111111 111011 1111 0 0 11000011 1100100 1000111

Color Harmonies of #69DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAFF

Black with #69DAFF

Text Example


Text Example

White with #69DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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