Html Css Color HEX #69EADD Turquoise Blue

📋 copy color: '#69EADD'

red 105 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #69EADD

Tints of Turquoise Blue #69EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

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

R = 18.75%
G = 41.79%
B = 39.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#69EADD (or 0x69EADD) is known color: Turquoise Blue. HEX triplet: 69, EA and DD. RGB value is (105,234,221). Sum of RGB (Red+Green+Blue) = 105+234+221=560 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.75% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #69EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EADD is #961522. Grayscale: #C1C1C1. Windows color (decimal): -9835811 or 14543465. OLE color: 14543465.

HSL color Cylindrical-coordinate representation of color #69EADD: hue angle of 173.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EADD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 234 221 -
CMYK 0.55 0 0.06 0.08
HSL 173.95º 0.75% 0.66% -
HSV(B) 173.95º 0.55% 0.92% -
XYZ 48.3 67.07 78.81 -
YUV 193.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 105 234 221 0.55 0 0.06 0.08 173.95 0.75 0.66
Hex 69 EA DD 37 0 6 8 AE 4B 42
Octal 151 352 335 67 0 6 10 256 113 102
Binary 1101001 11101010 11011101 110111 0 110 1000 10101110 1001011 1000010

Color Harmonies of #69EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EADD

Black with #69EADD

Text Example


Text Example

White with #69EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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