Html Css Color HEX #69DDFF Turquoise Blue

📋 copy color: '#69DDFF'

red 105 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #69DDFF

Tints of Turquoise Blue #69DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

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

R = 18.07%
G = 38.04%
B = 43.89%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69DDFF (or 0x69DDFF) is known color: Turquoise Blue. HEX triplet: 69, DD and FF. RGB value is (105,221,255). Sum of RGB (Red+Green+Blue) = 105+221+255=581 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.07% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #69DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DDFF is #962200. Grayscale: #BDBDBD. Windows color (decimal): -9839105 or 16768361. OLE color: 16768361.

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

Color convert

RGB 105 221 255 -
CMYK 0.59 0.13 0 0
HSL 193.6º 1% 0.71% -
HSV(B) 193.6º 0.59% 1% -
XYZ 49.73 61.94 103.94 -
YUV 190.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 105 221 255 0.59 0.13 0 0 193.6 1 0.71
Hex 69 DD FF 3B D 0 0 C2 64 47
Octal 151 335 377 73 15 0 0 302 144 107
Binary 1101001 11011101 11111111 111011 1101 0 0 11000010 1100100 1000111

Color Harmonies of #69DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDFF

Black with #69DDFF

Text Example


Text Example

White with #69DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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