Html Css Color HEX #69DAFE Turquoise Blue

📋 copy color: '#69DAFE'

red 105 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #69DAFE

Tints of Turquoise Blue #69DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 18.2%
G = 37.78%
B = 44.02%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#69DAFE (or 0x69DAFE) is known color: Turquoise Blue. HEX triplet: 69, DA and FE. RGB value is (105,218,254). Sum of RGB (Red+Green+Blue) = 105+218+254=577 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.20% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #69DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DAFE is #962501. Grayscale: #BCBCBC. Windows color (decimal): -9839874 or 16702057. OLE color: 16702057.

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

Color convert

RGB 105 218 254 -
CMYK 0.59 0.14 0 0.00
HSL 194.5º 0.99% 0.7% -
HSV(B) 194.5º 0.59% 1% -
XYZ 48.79 60.3 102.83 -
YUV 188.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 105 218 254 0.59 0.14 0 0.00 194.5 0.99 0.7
Hex 69 DA FE 3B E 0 0 C2 63 46
Octal 151 332 376 73 16 0 0 302 143 106
Binary 1101001 11011010 11111110 111011 1110 0 0 11000010 1100011 1000110

Color Harmonies of #69DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DAFE

Black with #69DAFE

Text Example


Text Example

White with #69DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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