Html Css Color HEX #69DEDA Turquoise Blue

📋 copy color: '#69DEDA'

red 105 ◦ green 222 ◦ blue 218

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

Shades of Turquoise Blue #69DEDA

Tints of Turquoise Blue #69DEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 19.27%
G = 40.73%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#69DEDA (or 0x69DEDA) is known color: Turquoise Blue. HEX triplet: 69, DE and DA. RGB value is (105,222,218). Sum of RGB (Red+Green+Blue) = 105+222+218=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEDA is #962125. Grayscale: #BABABA. Windows color (decimal): -9838886 or 14343785. OLE color: 14343785.

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

Color convert

RGB 105 222 218 -
CMYK 0.53 0 0.02 0.13
HSL 177.95º 0.64% 0.64% -
HSV(B) 177.95º 0.53% 0.87% -
XYZ 44.6 60.31 75.62 -
YUV 186.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 105 222 218 0.53 0 0.02 0.13 177.95 0.64 0.64
Hex 69 DE DA 35 0 2 D B2 40 40
Octal 151 336 332 65 0 2 15 262 100 100
Binary 1101001 11011110 11011010 110101 0 10 1101 10110010 1000000 1000000

Color Harmonies of #69DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DEDA

Black with #69DEDA

Text Example


Text Example

White with #69DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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