Html Css Color HEX #69CDD1 Turquoise Blue

📋 copy color: '#69CDD1'

red 105 ◦ green 205 ◦ blue 209

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

Shades of Turquoise Blue #69CDD1

Tints of Turquoise Blue #69CDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 20.23%
G = 39.5%
B = 40.27%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#69CDD1 (or 0x69CDD1) is known color: Turquoise Blue. HEX triplet: 69, CD and D1. RGB value is (105,205,209). Sum of RGB (Red+Green+Blue) = 105+205+209=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #69CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDD1 is #96322E. Grayscale: #AFAFAF. Windows color (decimal): -9843247 or 13749609. OLE color: 13749609.

HSL color Cylindrical-coordinate representation of color #69CDD1: hue angle of 182.31º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CDD1 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 205 209 -
CMYK 0.50 0.02 0 0.18
HSL 182.31º 0.53% 0.62% -
HSV(B) 182.31º 0.5% 0.82% -
XYZ 39.17 51.27 68.15 -
YUV 175.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 105 205 209 0.50 0.02 0 0.18 182.31 0.53 0.62
Hex 69 CD D1 32 2 0 12 B6 35 3E
Octal 151 315 321 62 2 0 22 266 65 76
Binary 1101001 11001101 11010001 110010 10 0 10010 10110110 110101 111110

Color Harmonies of #69CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDD1

Black with #69CDD1

Text Example


Text Example

White with #69CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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