Html Css Color HEX #69CFD9 Turquoise Blue

📋 copy color: '#69CFD9'

red 105 ◦ green 207 ◦ blue 217

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

Shades of Turquoise Blue #69CFD9

Tints of Turquoise Blue #69CFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

 BLUE value IS 217 (85.16% from 255) = 41.02%

R = 19.85%
G = 39.13%
B = 41.02%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69CFD9 (or 0x69CFD9) is known color: Turquoise Blue. HEX triplet: 69, CF and D9. RGB value is (105,207,217). Sum of RGB (Red+Green+Blue) = 105+207+217=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #69CFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFD9 is #963026. Grayscale: #B1B1B1. Windows color (decimal): -9842727 or 14274409. OLE color: 14274409.

HSL color Cylindrical-coordinate representation of color #69CFD9: hue angle of 185.36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CFD9 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 207 217 -
CMYK 0.52 0.05 0 0.15
HSL 185.36º 0.6% 0.63% -
HSV(B) 185.36º 0.52% 0.85% -
XYZ 40.66 52.64 73.66 -
YUV 177.64 150.21 76.19 -
System Red Green Blue C M Y K H S L
Decimal 105 207 217 0.52 0.05 0 0.15 185.36 0.6 0.63
Hex 69 CF D9 34 5 0 F B9 3C 3F
Octal 151 317 331 64 5 0 17 271 74 77
Binary 1101001 11001111 11011001 110100 101 0 1111 10111001 111100 111111

Color Harmonies of #69CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFD9

Black with #69CFD9

Text Example


Text Example

White with #69CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,207,217); }

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

background-color css

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

 a { background-color: rgb(105,207,217); }

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

border-color css

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

 span { border-color: rgb(105,207,217); }

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