Html Css Color HEX #69CBDD Turquoise Blue

📋 copy color: '#69CBDD'

red 105 ◦ green 203 ◦ blue 221

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

Shades of Turquoise Blue #69CBDD

Tints of Turquoise Blue #69CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 19.85%
G = 38.37%
B = 41.78%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69CBDD (or 0x69CBDD) is known color: Turquoise Blue. HEX triplet: 69, CB and DD. RGB value is (105,203,221). Sum of RGB (Red+Green+Blue) = 105+203+221=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #69CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBDD is #963422. Grayscale: #AFAFAF. Windows color (decimal): -9843747 or 14535529. OLE color: 14535529.

HSL color Cylindrical-coordinate representation of color #69CBDD: hue angle of 189.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CBDD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 203 221 -
CMYK 0.52 0.08 0 0.13
HSL 189.31º 0.63% 0.64% -
HSV(B) 189.31º 0.52% 0.87% -
XYZ 40.23 50.94 76.12 -
YUV 175.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 105 203 221 0.52 0.08 0 0.13 189.31 0.63 0.64
Hex 69 CB DD 34 8 0 D BD 3F 40
Octal 151 313 335 64 10 0 15 275 77 100
Binary 1101001 11001011 11011101 110100 1000 0 1101 10111101 111111 1000000

Color Harmonies of #69CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBDD

Black with #69CBDD

Text Example


Text Example

White with #69CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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