Html Css Color HEX #69DBFE Turquoise Blue

📋 copy color: '#69DBFE'

red 105 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #69DBFE

Tints of Turquoise Blue #69DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 18.17%
G = 37.89%
B = 43.94%

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

#69DBFE (or 0x69DBFE) is known color: Turquoise Blue. HEX triplet: 69, DB and FE. RGB value is (105,219,254). Sum of RGB (Red+Green+Blue) = 105+219+254=578 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.17% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #69DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DBFE is #962401. Grayscale: #BCBCBC. Windows color (decimal): -9839618 or 16702313. OLE color: 16702313.

HSL color Cylindrical-coordinate representation of color #69DBFE: hue angle of 194.09º 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 #69DBFE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 219 254 -
CMYK 0.59 0.14 0 0.00
HSL 194.09º 0.99% 0.7% -
HSV(B) 194.09º 0.59% 1% -
XYZ 49.05 60.82 102.92 -
YUV 188.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 105 219 254 0.59 0.14 0 0.00 194.09 0.99 0.7
Hex 69 DB FE 3B E 0 0 C2 63 46
Octal 151 333 376 73 16 0 0 302 143 106
Binary 1101001 11011011 11111110 111011 1110 0 0 11000010 1100011 1000110

Color Harmonies of #69DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DBFE

Black with #69DBFE

Text Example


Text Example

White with #69DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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