Html Css Color HEX #6BEBE6 Turquoise Blue

📋 copy color: '#6BEBE6'

red 107 ◦ green 235 ◦ blue 230

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

Shades of Turquoise Blue #6BEBE6

Tints of Turquoise Blue #6BEBE6

RGB

 RED value IS 107 (42.19% from 255) = 18.71%

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

 BLUE value IS 230 (90.23% from 255) = 40.21%

R = 18.71%
G = 41.08%
B = 40.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#6BEBE6 (or 0x6BEBE6) is known color: Turquoise Blue. HEX triplet: 6B, EB and E6. RGB value is (107,235,230). Sum of RGB (Red+Green+Blue) = 107+235+230=572 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.71% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE6 is #941419. Grayscale: #C4C4C4. Windows color (decimal): -9704474 or 15133547. OLE color: 15133547.

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

Color convert

RGB 107 235 230 -
CMYK 0.54 0 0.02 0.08
HSL 177.66º 0.76% 0.67% -
HSV(B) 177.66º 0.54% 0.92% -
XYZ 50.05 68.26 85.4 -
YUV 196.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 107 235 230 0.54 0 0.02 0.08 177.66 0.76 0.67
Hex 6B EB E6 36 0 2 8 B2 4C 43
Octal 153 353 346 66 0 2 10 262 114 103
Binary 1101011 11101011 11100110 110110 0 10 1000 10110010 1001100 1000011

Color Harmonies of #6BEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBE6

Black with #6BEBE6

Text Example


Text Example

White with #6BEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BEBE6; }

 p { color: rgb(107,235,230); }

 H1.HeaderClassName
 {
   color: #6BEBE6;
 }
 .AnyTagClassName
 {
   color: #6BEBE6;
 }
</style>

background-color css

<style>
 a { background-color: #6BEBE6; }

 a { background-color: rgb(107,235,230); }

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

border-color css

<style>
 span { border-color: #6BEBE6; }

 span { border-color: rgb(107,235,230); }

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