Html Css Color HEX #69EBDB Turquoise Blue

📋 copy color: '#69EBDB'

red 105 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #69EBDB

Tints of Turquoise Blue #69EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 18.78%
G = 42.04%
B = 39.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#69EBDB (or 0x69EBDB) is known color: Turquoise Blue. HEX triplet: 69, EB and DB. RGB value is (105,235,219). Sum of RGB (Red+Green+Blue) = 105+235+219=559 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.78% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EBDB is #961424. Grayscale: #C2C2C2. Windows color (decimal): -9835557 or 14412649. OLE color: 14412649.

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

Color convert

RGB 105 235 219 -
CMYK 0.55 0 0.07 0.08
HSL 172.62º 0.76% 0.67% -
HSV(B) 172.62º 0.55% 0.92% -
XYZ 48.32 67.53 77.51 -
YUV 194.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 105 235 219 0.55 0 0.07 0.08 172.62 0.76 0.67
Hex 69 EB DB 37 0 7 8 AD 4C 43
Octal 151 353 333 67 0 7 10 255 114 103
Binary 1101001 11101011 11011011 110111 0 111 1000 10101101 1001100 1000011

Color Harmonies of #69EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EBDB

Black with #69EBDB

Text Example


Text Example

White with #69EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,235,219); }

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

background-color css

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

 a { background-color: rgb(105,235,219); }

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

border-color css

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

 span { border-color: rgb(105,235,219); }

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