Html Css Color HEX #69CDE6 Turquoise Blue

📋 copy color: '#69CDE6'

red 105 ◦ green 205 ◦ blue 230

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

Shades of Turquoise Blue #69CDE6

Tints of Turquoise Blue #69CDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 19.44%
G = 37.96%
B = 42.59%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69CDE6 (or 0x69CDE6) is known color: Turquoise Blue. HEX triplet: 69, CD and E6. RGB value is (105,205,230). Sum of RGB (Red+Green+Blue) = 105+205+230=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #69CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDE6 is #963219. Grayscale: #B1B1B1. Windows color (decimal): -9843226 or 15125865. OLE color: 15125865.

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

Color convert

RGB 105 205 230 -
CMYK 0.54 0.11 0 0.10
HSL 192º 0.71% 0.66% -
HSV(B) 192º 0.54% 0.9% -
XYZ 41.94 52.38 82.76 -
YUV 177.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 105 205 230 0.54 0.11 0 0.10 192 0.71 0.66
Hex 69 CD E6 36 B 0 A C0 47 42
Octal 151 315 346 66 13 0 12 300 107 102
Binary 1101001 11001101 11100110 110110 1011 0 1010 11000000 1000111 1000010

Color Harmonies of #69CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDE6

Black with #69CDE6

Text Example


Text Example

White with #69CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,205,230); }

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

background-color css

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

 a { background-color: rgb(105,205,230); }

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

border-color css

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

 span { border-color: rgb(105,205,230); }

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