Html Css Color HEX #69CCD7 Turquoise Blue

📋 copy color: '#69CCD7'

red 105 ◦ green 204 ◦ blue 215

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

Shades of Turquoise Blue #69CCD7

Tints of Turquoise Blue #69CCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 20.04%
G = 38.93%
B = 41.03%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#69CCD7 (or 0x69CCD7) is known color: Turquoise Blue. HEX triplet: 69, CC and D7. RGB value is (105,204,215). Sum of RGB (Red+Green+Blue) = 105+204+215=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #69CCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCD7 is #963328. Grayscale: #AFAFAF. Windows color (decimal): -9843497 or 14142569. OLE color: 14142569.

HSL color Cylindrical-coordinate representation of color #69CCD7: hue angle of 186º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69CCD7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 204 215 -
CMYK 0.51 0.05 0 0.16
HSL 186º 0.58% 0.63% -
HSV(B) 186º 0.51% 0.84% -
XYZ 39.68 51.1 72.06 -
YUV 175.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 105 204 215 0.51 0.05 0 0.16 186 0.58 0.63
Hex 69 CC D7 33 5 0 10 BA 3A 3F
Octal 151 314 327 63 5 0 20 272 72 77
Binary 1101001 11001100 11010111 110011 101 0 10000 10111010 111010 111111

Color Harmonies of #69CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCD7

Black with #69CCD7

Text Example


Text Example

White with #69CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,204,215); }

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

background-color css

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

 a { background-color: rgb(105,204,215); }

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

border-color css

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

 span { border-color: rgb(105,204,215); }

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