Html Css Color HEX #67EEDB Turquoise Blue

📋 copy color: '#67EEDB'

red 103 ◦ green 238 ◦ blue 219

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

Shades of Turquoise Blue #67EEDB

Tints of Turquoise Blue #67EEDB

RGB

 RED value IS 103 (40.63% from 255) = 18.39%

 GREEN value IS 238 (93.36% from 255) = 42.5%

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

R = 18.39%
G = 42.5%
B = 39.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#67EEDB (or 0x67EEDB) is known color: Turquoise Blue. HEX triplet: 67, EE and DB. RGB value is (103,238,219). Sum of RGB (Red+Green+Blue) = 103+238+219=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #67EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EEDB is #981124. Grayscale: #C3C3C3. Windows color (decimal): -9965861 or 14413415. OLE color: 14413415.

HSL color Cylindrical-coordinate representation of color #67EEDB: hue angle of 171.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EEDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 238 219 -
CMYK 0.57 0 0.08 0.07
HSL 171.56º 0.8% 0.67% -
HSV(B) 171.56º 0.57% 0.93% -
XYZ 48.95 69.15 77.78 -
YUV 195.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 103 238 219 0.57 0 0.08 0.07 171.56 0.8 0.67
Hex 67 EE DB 39 0 8 7 AC 50 43
Octal 147 356 333 71 0 10 7 254 120 103
Binary 1100111 11101110 11011011 111001 0 1000 111 10101100 1010000 1000011

Color Harmonies of #67EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EEDB

Black with #67EEDB

Text Example


Text Example

White with #67EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67EEDB; }

 p { color: rgb(103,238,219); }

 H1.HeaderClassName
 {
   color: #67EEDB;
 }
 .AnyTagClassName
 {
   color: #67EEDB;
 }
</style>

background-color css

<style>
 a { background-color: #67EEDB; }

 a { background-color: rgb(103,238,219); }

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

border-color css

<style>
 span { border-color: #67EEDB; }

 span { border-color: rgb(103,238,219); }

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