Html Css Color HEX #69DEDF Turquoise Blue

📋 copy color: '#69DEDF'

red 105 ◦ green 222 ◦ blue 223

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

Shades of Turquoise Blue #69DEDF

Tints of Turquoise Blue #69DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 19.09%
G = 40.36%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69DEDF (or 0x69DEDF) is known color: Turquoise Blue. HEX triplet: 69, DE and DF. RGB value is (105,222,223). Sum of RGB (Red+Green+Blue) = 105+222+223=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #69DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEDF is #962120. Grayscale: #BBBBBB. Windows color (decimal): -9838881 or 14671465. OLE color: 14671465.

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

Color convert

RGB 105 222 223 -
CMYK 0.53 0.00 0 0.13
HSL 180.51º 0.65% 0.64% -
HSV(B) 180.51º 0.53% 0.87% -
XYZ 45.27 60.57 79.12 -
YUV 187.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 105 222 223 0.53 0.00 0 0.13 180.51 0.65 0.64
Hex 69 DE DF 35 0 0 D B5 41 40
Octal 151 336 337 65 0 0 15 265 101 100
Binary 1101001 11011110 11011111 110101 0 0 1101 10110101 1000001 1000000

Color Harmonies of #69DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DEDF

Black with #69DEDF

Text Example


Text Example

White with #69DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,222,223); }

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

background-color css

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

 a { background-color: rgb(105,222,223); }

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

border-color css

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

 span { border-color: rgb(105,222,223); }

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