Html Css Color HEX #69CEDF Turquoise Blue

📋 copy color: '#69CEDF'

red 105 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #69CEDF

Tints of Turquoise Blue #69CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 19.66%
G = 38.58%
B = 41.76%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69CEDF (or 0x69CEDF) is known color: Turquoise Blue. HEX triplet: 69, CE and DF. RGB value is (105,206,223). Sum of RGB (Red+Green+Blue) = 105+206+223=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #69CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEDF is #963120. Grayscale: #B1B1B1. Windows color (decimal): -9842977 or 14667369. OLE color: 14667369.

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

Color convert

RGB 105 206 223 -
CMYK 0.53 0.08 0 0.13
HSL 188.64º 0.65% 0.64% -
HSV(B) 188.64º 0.53% 0.87% -
XYZ 41.22 52.47 77.77 -
YUV 177.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 105 206 223 0.53 0.08 0 0.13 188.64 0.65 0.64
Hex 69 CE DF 35 8 0 D BD 41 40
Octal 151 316 337 65 10 0 15 275 101 100
Binary 1101001 11001110 11011111 110101 1000 0 1101 10111101 1000001 1000000

Color Harmonies of #69CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CEDF

Black with #69CEDF

Text Example


Text Example

White with #69CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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