Html Css Color HEX #6BEBE7 Turquoise Blue

📋 copy color: '#6BEBE7'

red 107 ◦ green 235 ◦ blue 231

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

Shades of Turquoise Blue #6BEBE7

Tints of Turquoise Blue #6BEBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.31%

R = 18.67%
G = 41.01%
B = 40.31%

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

#6BEBE7 (or 0x6BEBE7) is known color: Turquoise Blue. HEX triplet: 6B, EB and E7. RGB value is (107,235,231). Sum of RGB (Red+Green+Blue) = 107+235+231=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE7 is #941418. Grayscale: #C4C4C4. Windows color (decimal): -9704473 or 15199083. OLE color: 15199083.

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

Color convert

RGB 107 235 231 -
CMYK 0.54 0 0.02 0.08
HSL 178.13º 0.76% 0.67% -
HSV(B) 178.13º 0.54% 0.92% -
XYZ 50.2 68.31 86.14 -
YUV 196.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 107 235 231 0.54 0 0.02 0.08 178.13 0.76 0.67
Hex 6B EB E7 36 0 2 8 B2 4C 43
Octal 153 353 347 66 0 2 10 262 114 103
Binary 1101011 11101011 11100111 110110 0 10 1000 10110010 1001100 1000011

Color Harmonies of #6BEBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBE7

Black with #6BEBE7

Text Example


Text Example

White with #6BEBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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