Html Css Color HEX #6BEBE2 Turquoise Blue

📋 copy color: '#6BEBE2'

red 107 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #6BEBE2

Tints of Turquoise Blue #6BEBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 18.84%
G = 41.37%
B = 39.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#6BEBE2 (or 0x6BEBE2) is known color: Turquoise Blue. HEX triplet: 6B, EB and E2. RGB value is (107,235,226). Sum of RGB (Red+Green+Blue) = 107+235+226=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBE2 is #94141D. Grayscale: #C3C3C3. Windows color (decimal): -9704478 or 14871403. OLE color: 14871403.

HSL color Cylindrical-coordinate representation of color #6BEBE2: hue angle of 175.78º 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 #6BEBE2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 235 226 -
CMYK 0.54 0 0.04 0.08
HSL 175.78º 0.76% 0.67% -
HSV(B) 175.78º 0.54% 0.92% -
XYZ 49.5 68.03 82.47 -
YUV 195.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 107 235 226 0.54 0 0.04 0.08 175.78 0.76 0.67
Hex 6B EB E2 36 0 4 8 B0 4C 43
Octal 153 353 342 66 0 4 10 260 114 103
Binary 1101011 11101011 11100010 110110 0 100 1000 10110000 1001100 1000011

Color Harmonies of #6BEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBE2

Black with #6BEBE2

Text Example


Text Example

White with #6BEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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