Html Css Color HEX #67EADA Turquoise Blue

📋 copy color: '#67EADA'

red 103 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #67EADA

Tints of Turquoise Blue #67EADA

RGB

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

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

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

R = 18.56%
G = 42.16%
B = 39.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#67EADA (or 0x67EADA) is known color: Turquoise Blue. HEX triplet: 67, EA and DA. RGB value is (103,234,218). Sum of RGB (Red+Green+Blue) = 103+234+218=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #67EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EADA is #981525. Grayscale: #C0C0C0. Windows color (decimal): -9966886 or 14346855. OLE color: 14346855.

HSL color Cylindrical-coordinate representation of color #67EADA: hue angle of 172.67º 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 #67EADA is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 234 218 -
CMYK 0.56 0 0.07 0.08
HSL 172.67º 0.76% 0.66% -
HSV(B) 172.67º 0.56% 0.92% -
XYZ 47.67 66.79 76.71 -
YUV 193.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 103 234 218 0.56 0 0.07 0.08 172.67 0.76 0.66
Hex 67 EA DA 38 0 7 8 AD 4C 42
Octal 147 352 332 70 0 7 10 255 114 102
Binary 1100111 11101010 11011010 111000 0 111 1000 10101101 1001100 1000010

Color Harmonies of #67EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EADA

Black with #67EADA

Text Example


Text Example

White with #67EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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