Html Css Color HEX #69DDE5 Turquoise Blue

📋 copy color: '#69DDE5'

red 105 ◦ green 221 ◦ blue 229

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

Shades of Turquoise Blue #69DDE5

Tints of Turquoise Blue #69DDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.26%

R = 18.92%
G = 39.82%
B = 41.26%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69DDE5 (or 0x69DDE5) is known color: Turquoise Blue. HEX triplet: 69, DD and E5. RGB value is (105,221,229). Sum of RGB (Red+Green+Blue) = 105+221+229=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #69DDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDE5 is #96221A. Grayscale: #BBBBBB. Windows color (decimal): -9839131 or 15064425. OLE color: 15064425.

HSL color Cylindrical-coordinate representation of color #69DDE5: hue angle of 183.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69DDE5 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 221 229 -
CMYK 0.54 0.03 0 0.10
HSL 183.87º 0.7% 0.65% -
HSV(B) 183.87º 0.54% 0.9% -
XYZ 45.83 60.37 83.37 -
YUV 187.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 105 221 229 0.54 0.03 0 0.10 183.87 0.7 0.65
Hex 69 DD E5 36 3 0 A B8 46 41
Octal 151 335 345 66 3 0 12 270 106 101
Binary 1101001 11011101 11100101 110110 11 0 1010 10111000 1000110 1000001

Color Harmonies of #69DDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DDE5

Black with #69DDE5

Text Example


Text Example

White with #69DDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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