Html Css Color HEX #67EADD Turquoise Blue

📋 copy color: '#67EADD'

red 103 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #67EADD

Tints of Turquoise Blue #67EADD

RGB

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

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

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

R = 18.46%
G = 41.94%
B = 39.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#67EADD (or 0x67EADD) is known color: Turquoise Blue. HEX triplet: 67, EA and DD. RGB value is (103,234,221). Sum of RGB (Red+Green+Blue) = 103+234+221=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #67EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EADD is #981522. Grayscale: #C1C1C1. Windows color (decimal): -9966883 or 14543463. OLE color: 14543463.

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

Color convert

RGB 103 234 221 -
CMYK 0.56 0 0.06 0.08
HSL 174.05º 0.76% 0.66% -
HSV(B) 174.05º 0.56% 0.92% -
XYZ 48.07 66.95 78.8 -
YUV 193.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 103 234 221 0.56 0 0.06 0.08 174.05 0.76 0.66
Hex 67 EA DD 38 0 6 8 AE 4C 42
Octal 147 352 335 70 0 6 10 256 114 102
Binary 1100111 11101010 11011101 111000 0 110 1000 10101110 1001100 1000010

Color Harmonies of #67EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EADD

Black with #67EADD

Text Example


Text Example

White with #67EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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