Html Css Color HEX #69CFDD Turquoise Blue

📋 copy color: '#69CFDD'

red 105 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #69CFDD

Tints of Turquoise Blue #69CFDD

RGB

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

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

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

R = 19.7%
G = 38.84%
B = 41.46%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69CFDD (or 0x69CFDD) is known color: Turquoise Blue. HEX triplet: 69, CF and DD. RGB value is (105,207,221). Sum of RGB (Red+Green+Blue) = 105+207+221=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #69CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFDD is #963022. Grayscale: #B1B1B1. Windows color (decimal): -9842723 or 14536553. OLE color: 14536553.

HSL color Cylindrical-coordinate representation of color #69CFDD: hue angle of 187.24º 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 #69CFDD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 207 221 -
CMYK 0.52 0.06 0 0.13
HSL 187.24º 0.63% 0.64% -
HSV(B) 187.24º 0.52% 0.87% -
XYZ 41.19 52.85 76.44 -
YUV 178.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 105 207 221 0.52 0.06 0 0.13 187.24 0.63 0.64
Hex 69 CF DD 34 6 0 D BB 3F 40
Octal 151 317 335 64 6 0 15 273 77 100
Binary 1101001 11001111 11011101 110100 110 0 1101 10111011 111111 1000000

Color Harmonies of #69CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFDD

Black with #69CFDD

Text Example


Text Example

White with #69CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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