Html Css Color HEX #69DBFB Turquoise Blue

📋 copy color: '#69DBFB'

red 105 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #69DBFB

Tints of Turquoise Blue #69DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 18.26%
G = 38.09%
B = 43.65%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#69DBFB (or 0x69DBFB) is known color: Turquoise Blue. HEX triplet: 69, DB and FB. RGB value is (105,219,251). Sum of RGB (Red+Green+Blue) = 105+219+251=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #69DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DBFB is #962404. Grayscale: #BCBCBC. Windows color (decimal): -9839621 or 16505705. OLE color: 16505705.

HSL color Cylindrical-coordinate representation of color #69DBFB: hue angle of 193.15º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69DBFB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 219 251 -
CMYK 0.58 0.13 0 0.02
HSL 193.15º 0.95% 0.7% -
HSV(B) 193.15º 0.58% 0.98% -
XYZ 48.57 60.63 100.41 -
YUV 188.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 105 219 251 0.58 0.13 0 0.02 193.15 0.95 0.7
Hex 69 DB FB 3A D 0 2 C1 5F 46
Octal 151 333 373 72 15 0 2 301 137 106
Binary 1101001 11011011 11111011 111010 1101 0 10 11000001 1011111 1000110

Color Harmonies of #69DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DBFB

Black with #69DBFB

Text Example


Text Example

White with #69DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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