Html Css Color HEX #00F3CF Bright Turquoise

📋 copy color: '#00F3CF'

red 0 ◦ green 243 ◦ blue 207

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

Shades of Bright Turquoise #00F3CF

Tints of Bright Turquoise #00F3CF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 243 (95.31% from 255) = 54%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 0%
G = 54%
B = 46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#00F3CF (or 0x00F3CF) is known color: Bright Turquoise. HEX triplet: 00, F3 and CF. RGB value is (0,243,207). Sum of RGB (Red+Green+Blue) = 0+243+207=450 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #00F3CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F3CF is #FF0C30. Grayscale: #A6A6A6. Windows color (decimal): -16714801 or 13628160. OLE color: 13628160.

HSL color Cylindrical-coordinate representation of color #00F3CF: hue angle of 171.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F3CF is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 243 207 -
CMYK 1 0 0.15 0.05
HSL 171.11º 1% 0.48% -
HSV(B) 171.11º 1% 0.95% -
XYZ 43.31 68.61 69.99 -
YUV 166.24 150.99 9.43 -
System Red Green Blue C M Y K H S L
Decimal 0 243 207 1 0 0.15 0.05 171.11 1 0.48
Hex 0 F3 CF 64 0 F 5 AB 64 30
Octal 0 363 317 144 0 17 5 253 144 60
Binary 0 11110011 11001111 1100100 0 1111 101 10101011 1100100 110000

Color Harmonies of #00F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F3CF

Black with #00F3CF

Text Example


Text Example

White with #00F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F3CF; }

 p { color: rgb(0,243,207); }

 H1.HeaderClassName
 {
   color: #00F3CF;
 }
 .AnyTagClassName
 {
   color: #00F3CF;
 }
</style>

background-color css

<style>
 a { background-color: #00F3CF; }

 a { background-color: rgb(0,243,207); }

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

border-color css

<style>
 span { border-color: #00F3CF; }

 span { border-color: rgb(0,243,207); }

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