Html Css Color HEX #6BEBF2 Turquoise Blue

📋 copy color: '#6BEBF2'

red 107 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #6BEBF2

Tints of Turquoise Blue #6BEBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 18.32%
G = 40.24%
B = 41.44%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BEBF2 (or 0x6BEBF2) is known color: Turquoise Blue. HEX triplet: 6B, EB and F2. RGB value is (107,235,242). Sum of RGB (Red+Green+Blue) = 107+235+242=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #6BEBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBF2 is #94140D. Grayscale: #C5C5C5. Windows color (decimal): -9704462 or 15919979. OLE color: 15919979.

HSL color Cylindrical-coordinate representation of color #6BEBF2: hue angle of 183.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BEBF2 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 235 242 -
CMYK 0.56 0.03 0 0.05
HSL 183.11º 0.84% 0.68% -
HSV(B) 183.11º 0.56% 0.95% -
XYZ 51.8 68.95 94.58 -
YUV 197.53 153.09 63.43 -
System Red Green Blue C M Y K H S L
Decimal 107 235 242 0.56 0.03 0 0.05 183.11 0.84 0.68
Hex 6B EB F2 38 3 0 5 B7 54 44
Octal 153 353 362 70 3 0 5 267 124 104
Binary 1101011 11101011 11110010 111000 11 0 101 10110111 1010100 1000100

Color Harmonies of #6BEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEBF2

Black with #6BEBF2

Text Example


Text Example

White with #6BEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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