Html Css Color HEX #67EBF6 Turquoise Blue

📋 copy color: '#67EBF6'

red 103 ◦ green 235 ◦ blue 246

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

Shades of Turquoise Blue #67EBF6

Tints of Turquoise Blue #67EBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 17.64%
G = 40.24%
B = 42.12%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#67EBF6 (or 0x67EBF6) is known color: Turquoise Blue. HEX triplet: 67, EB and F6. RGB value is (103,235,246). Sum of RGB (Red+Green+Blue) = 103+235+246=584 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.64% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #67EBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EBF6 is #981409. Grayscale: #C4C4C4. Windows color (decimal): -9966602 or 16182119. OLE color: 16182119.

HSL color Cylindrical-coordinate representation of color #67EBF6: hue angle of 184.62º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67EBF6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 235 246 -
CMYK 0.58 0.04 0 0.04
HSL 184.62º 0.89% 0.68% -
HSV(B) 184.62º 0.58% 0.96% -
XYZ 51.94 68.95 97.76 -
YUV 196.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 103 235 246 0.58 0.04 0 0.04 184.62 0.89 0.68
Hex 67 EB F6 3A 4 0 4 B9 59 44
Octal 147 353 366 72 4 0 4 271 131 104
Binary 1100111 11101011 11110110 111010 100 0 100 10111001 1011001 1000100

Color Harmonies of #67EBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67EBF6

Black with #67EBF6

Text Example


Text Example

White with #67EBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,235,246); }

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

background-color css

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

 a { background-color: rgb(103,235,246); }

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

border-color css

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

 span { border-color: rgb(103,235,246); }

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